Expand description
Implementations of special functions based on the CORDIC algorithm.
Traits§
- A number that can be used by the CORDIC-based algorithms.
Functions§
- Compute the arc-cosine of the given fixed-point number.
- Compute the arc-sinus of the given fixed-point number.
- Compute the arc-tangent of the given fixed-point number.
- Compute the arc-tangent of
y/x
with quadrant correction. - Compute the cosinus of the given fixed-point number.
- Compute the exponential root of the given fixed-point number.
- Compute the sinus of the given fixed-point number.
- Compute simultaneously the sinus and cosine of the given fixed-point number.
- Compute the square root of the given fixed-point number.
- Compute the tangent of the given fixed-point number.